home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
-
- This is part of the shell user-interface for the WAIS software. Do with it
- as you please.
-
- jonathan@Think.COM
- */
-
- /* Copyright (c) CNIDR (see ../COPYRIGHT) */
-
- /*
- * $Log: display.h,v $
- * Revision 1.2 1994/08/05 07:23:59 pfeifer
- * Release beta 04
- *
- * Revision 1.1 1993/02/16 15:10:18 freewais
- * Initial revision
- *
- * Revision 1.2 92/03/17 14:23:29 jonathan
- * Initial Revision
- *
- */
-
- #ifndef _H_DISPLAY
- #define _H_DISPLAY
- Widget SetupWaisDisplay _AP((Widget parent));
- #endif
-
-